ComponentOne ASP.NET MVC Controls
QuickAutoSize Method (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : QuickAutoSize Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.QuickAutoSize. Sets a value that determines whether the grid should optimize performance over precision when auto-sizing columns.
Syntax
'Declaration
 
Public Overridable Function QuickAutoSize( _
   ByVal value As Nullable(Of Boolean) _
) As TBuilder
public virtual TBuilder QuickAutoSize( 
   Nullable<bool> value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Setting this property to false disables quick auto-sizing. Setting it to true enables the feature, subject to the value of each column's QuickAutoSize property. Setting it to null (the default value) enables the feature for grids that don't have a custom itemFormatter or handlers attached to the formatItem event.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members